home *** CD-ROM | disk | FTP | other *** search
- IODeviceInspector = {
- ACTIONS = {
- "channelOrInterruptPicked:" = "channelOrInterruptPicked:";
- "rangeDidChange:" = "rangeDidChange:";
- "showInfo:" = "showInfo:";
- };
- OUTLETS = {
- accessoryHolder = accessoryHolder;
- dmaBox = dmaBox;
- dmaMatrix = dmaMatrix;
- infoButton = infoButton;
- infoPanel = infoPanel;
- infoText = infoText;
- inspectionView = inspectionView;
- irqBox = irqBox;
- irqMatrix = irqMatrix;
- memoryBox = memoryBox;
- memoryController = memoryController;
- origWindow = origWindow;
- portsBox = portsBox;
- portsController = portsController;
- statusTitle = statusTitle;
- };
- SUPERCLASS = Object;
- };
- NetwaveInspector = {
- ACTIONS = {
- "domainChanged:" = "domainChanged:";
- "scrambleChanged:" = "scrambleChanged:";
- };
- OUTLETS = {
- DomainStateTextField = DomainStateTextField;
- DomainTextField = DomainTextField;
- ScrambleStateTextField = ScrambleStateTextField;
- ScrambleTextField = ScrambleTextField;
- boundingBox = boundingBox;
- titleBox = titleBox;
- };
- SUPERCLASS = IODeviceInspector;
- };
- IOAddressRanger = {
- ACTIONS = {"checkText:" = "checkText:"; "minus:" = "minus:"; "plus:" = "plus:"; };
- OUTLETS = {
- delegate = delegate;
- rangeText = rangeText;
- sizeText = sizeText;
- statusButton = statusButton;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-